Developer --> Technical Publications
PATHMac OS 8 Developer Documentation > Networking and Communications > AppleShare >

User Authentication Modules


VolListElem Structure

The VolListElem structure is used in the UAMVSDlogBlk structure VolListElem Structure to store status information about volumes.

struct  VolListElem {
    byte    flags;
    Str32   volName;
};
flags
A bit field (obtained by calling GetSrvrParms ) whose values are interpreted by the following enumeration:
enum {
    kMountFlag      = 0,    // On output, the UAM sets this bit to
                            // indicate that this volume is to be mounted
    kAlreadyMounted = 1,    // On input, a bit telling the UAM that this
                            // volume is currently mounted
    kHasVolPw       = 7     // On input, a bit telling the UAM that the
                            // volume has a volume password
};
volName
The name of a volume.

© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)